projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22521c7
)
(math-use-emacs-fn): Let `calc-twos-complement-mode' be nil.
author
Jay Belanger
<jay.p.belanger@gmail.com>
Fri, 20 Nov 2009 00:58:54 +0000
(
00:58
+0000)
committer
Jay Belanger
<jay.p.belanger@gmail.com>
Fri, 20 Nov 2009 00:58:54 +0000
(
00:58
+0000)
lisp/calc/calc-math.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc-math.el
b/lisp/calc/calc-math.el
index 0f934e0af772db7d4b3f6cc28b1496618cc60908..bee008075c5f53ed32a8173b8761cc963c20de43 100644
(file)
--- a/
lisp/calc/calc-math.el
+++ b/
lisp/calc/calc-math.el
@@
-108,6
+108,7
@@
If this can't be done, return NIL."
(string-to-number
(let
((calc-number-radix 10)
+ (calc-twos-complement-mode nil)
(calc-float-format (list 'float calc-internal-prec))
(calc-group-digits nil)
(calc-point-char "."))